Google News
logo
Material Design - Interview Questions
What is Materialize Pulse? with example. 
Materialize CSS Pulse buttons with captivating effect. Add the pulse class to your button. 

Note : This is meant for floating buttons, so it may not work perfectly with every component.

Pulse Structure : 
 
<div class="row">

	<div class="col s6 m3 m20_0">
    		<a class="btn btn-floating btn-large pulse"><i class="material-icons">menu</i></a>
    	</div>

</div>
Advertisement